home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / MicroPhone / Open Mike™ / Open Mike™ 010 / Mike's Folder / Hostess < prev    next >
Encoding:
Text File  |  1993-10-01  |  2.7 KB  |  39 lines  |  [TEXT/ttxt]

  1. Hostess
  2. =======
  3. Copyright © 1993 by Celestin Company
  4. All rights reserved.
  5.  
  6. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. However, you are permitted to make copies of this work, printed or otherwise, as long as said copies are for your personal use only.
  7.  
  8. Introduction
  9. ------------
  10. Sometimes, you don't need a full blown BBS, but you want something that will continually accept modem calls for you and give callers some options. Hostess is perfect for this. She answers calls, and allows callers to upload, download, and display files.
  11.  
  12. Installation
  13. ------------
  14. Open the settings document called "Hostess". There will be only one option on the icon bar, a "Run" icon. Clicking the "Run" icon will place Hostess in a waiting mode, where she will wait for incoming calls. As soon as one arrives, she'll connect the user and present some options. Here is what the main menu will look like to callers:
  15.  
  16. Hostess version 1.0
  17. -------------------
  18.  
  19. 1 - Display Available Files
  20. 2 - Download a File or Files
  21. 3 - Upload a File or Files
  22. 4 - Disconnect
  23.  
  24. Please enter your selection: 
  25.  
  26. Display Available Files will show the current contents of the "Downloads" folder, which should be in the same location as the Hostess settings document. If a "Downloads" folder does not exist, Hostess will create one automatically. Each file will be numbered, and the caller will want to note the number for each file, as this information will be used to download the files.
  27.  
  28. Download a File or Files enables the caller to download specific files that are stored in the "Downloads" folder. The caller can type the number of the file that should be downloaded. If more than one file is desired, then the caller should separate each file number by a comma. Hostess will download the files you selected using the ZMODEM protocol.
  29.  
  30. Upload a File or Files enables the caller to upload specific files. These files will be stored in the "Downloads" folder for other people to download at a later time. Hostess will be ready to receive the files you send.
  31.  
  32. Disconnect will terminate the session and disconnect the caller.
  33.  
  34. Where to go from here
  35. ---------------------
  36. You might not want uploaded files to be available immediately to subsequent callers. If this is the case, try modifying the appropriate upload scripts so that uploaded files are placed in a folder called "Uploads".
  37.  
  38. Also, you might want the caller to leave a note about uploaded files. Try adding scripts that will allow the caller to type a one-line message regarding the uploaded files.
  39.